﻿2026-06-22T01:14:53.1672331Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-22T01:14:53.1672847Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-22T01:14:53.1673186Z [36;1m$PIN = "0c95435"[0m
2026-06-22T01:14:53.1673509Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-22T01:14:53.1673870Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-22T01:14:53.1674419Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-22T01:14:53.1675000Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-22T01:14:53.1675433Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-22T01:14:53.1676592Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-22T01:14:53.1676935Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-22T01:14:53.1677352Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-22T01:14:53.1677645Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-22T01:14:53.1677932Z [36;1m}[0m
2026-06-22T01:14:53.1678102Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-22T01:14:53.1678349Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T01:14:53.1748633Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-22T01:14:53.1748944Z ##[endgroup]
2026-06-22T01:14:55.6786868Z    Compiling proc-macro2 v1.0.106
2026-06-22T01:14:55.6787276Z    Compiling quote v1.0.45
2026-06-22T01:14:55.6787516Z    Compiling unicode-ident v1.0.24
2026-06-22T01:14:55.6787772Z    Compiling cfg-if v1.0.4
2026-06-22T01:14:55.6789263Z    Compiling serde_core v1.0.228
2026-06-22T01:14:55.6789696Z    Compiling serde v1.0.228
2026-06-22T01:14:55.6790048Z    Compiling windows-link v0.2.1
2026-06-22T01:14:55.6790405Z    Compiling portable-atomic v1.13.1
2026-06-22T01:14:55.6790771Z    Compiling typenum v1.20.1
2026-06-22T01:14:55.6791096Z    Compiling getrandom v0.3.4
2026-06-22T01:14:55.6791444Z    Compiling version_check v0.9.5
2026-06-22T01:14:55.6791768Z    Compiling pin-project-lite v0.2.17
2026-06-22T01:14:55.6792109Z    Compiling memchr v2.8.1
2026-06-22T01:14:55.6792502Z    Compiling shlex v2.0.1
2026-06-22T01:14:55.6793065Z    Compiling find-msvc-tools v0.1.9
2026-06-22T01:14:55.6793454Z    Compiling critical-section v1.2.0
2026-06-22T01:14:55.7655917Z    Compiling windows-sys v0.61.2
2026-06-22T01:14:55.7680332Z    Compiling subtle v2.6.1
2026-06-22T01:14:55.8059125Z    Compiling futures-core v0.3.32
2026-06-22T01:14:55.8086885Z    Compiling equivalent v1.0.2
2026-06-22T01:14:55.8442223Z    Compiling smallvec v1.15.1
2026-06-22T01:14:55.9369729Z    Compiling itoa v1.0.18
2026-06-22T01:14:55.9524757Z    Compiling bytes v1.11.1
2026-06-22T01:14:56.0156473Z    Compiling semver v1.0.28
2026-06-22T01:14:56.0208165Z    Compiling stable_deref_trait v1.2.1
2026-06-22T01:14:56.0920616Z    Compiling log v0.4.32
2026-06-22T01:14:56.0928350Z    Compiling generic-array v0.14.7
2026-06-22T01:14:56.1225390Z    Compiling slab v0.4.12
2026-06-22T01:14:56.1320019Z    Compiling futures-io v0.3.32
2026-06-22T01:14:56.1367607Z    Compiling futures-sink v0.3.32
2026-06-22T01:14:56.2169076Z    Compiling rustc_version v0.4.1
2026-06-22T01:14:56.3618167Z    Compiling futures-channel v0.3.32
2026-06-22T01:14:56.3886028Z    Compiling hashbrown v0.17.1
2026-06-22T01:14:56.4345323Z    Compiling rustversion v1.0.22
2026-06-22T01:14:56.4419771Z    Compiling futures-task v0.3.32
2026-06-22T01:14:56.4495444Z    Compiling getrandom v0.2.17
2026-06-22T01:14:56.5978429Z    Compiling cpufeatures v0.2.17
2026-06-22T01:14:56.6376332Z    Compiling fnv v1.0.7
2026-06-22T01:14:56.6745802Z    Compiling libc v0.2.186
2026-06-22T01:14:56.6896903Z    Compiling rand_core v0.10.1
2026-06-22T01:14:56.7205886Z    Compiling strsim v0.11.1
2026-06-22T01:14:56.8021165Z    Compiling cfg_aliases v0.2.1
2026-06-22T01:14:56.9174015Z    Compiling jobserver v0.1.34
2026-06-22T01:14:56.9488330Z    Compiling litemap v0.8.2
2026-06-22T01:14:56.9715306Z    Compiling writeable v0.6.3
2026-06-22T01:14:56.9820773Z    Compiling autocfg v1.5.1
2026-06-22T01:14:56.9846445Z    Compiling icu_properties_data v2.2.0
2026-06-22T01:14:56.9898091Z    Compiling getrandom v0.4.2
2026-06-22T01:14:57.0402115Z    Compiling fs_extra v1.3.0
2026-06-22T01:14:57.0729198Z    Compiling cc v1.2.63
2026-06-22T01:14:57.2393709Z    Compiling ident_case v1.0.1
2026-06-22T01:14:57.3824779Z    Compiling utf8_iter v1.0.4
2026-06-22T01:14:57.4049587Z    Compiling syn v2.0.117
2026-06-22T01:14:57.4201588Z    Compiling indexmap v2.14.0
2026-06-22T01:14:57.4473706Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T01:14:57.4989827Z    Compiling dunce v1.0.5
2026-06-22T01:14:57.5091611Z    Compiling percent-encoding v2.3.2
2026-06-22T01:14:57.5660094Z    Compiling crypto-common v0.1.7
2026-06-22T01:14:57.6171923Z    Compiling http v1.4.1
2026-06-22T01:14:57.6282912Z    Compiling cpufeatures v0.3.0
2026-06-22T01:14:57.6567623Z    Compiling thiserror v2.0.18
2026-06-22T01:14:57.6671133Z    Compiling aws-lc-rs v1.17.0
2026-06-22T01:14:57.7182762Z    Compiling unicode-segmentation v1.13.3
2026-06-22T01:14:57.7223878Z    Compiling scopeguard v1.2.0
2026-06-22T01:14:57.7515701Z    Compiling chacha20 v0.10.0
2026-06-22T01:14:57.7516333Z    Compiling form_urlencoded v1.2.2
2026-06-22T01:14:57.7727663Z    Compiling block-buffer v0.10.4
2026-06-22T01:14:57.9655920Z    Compiling cmake v0.1.58
2026-06-22T01:14:58.0519021Z    Compiling bitflags v2.12.1
2026-06-22T01:14:58.1633396Z    Compiling lock_api v0.4.14
2026-06-22T01:14:58.2073932Z    Compiling untrusted v0.9.0
2026-06-22T01:14:58.2564166Z    Compiling winapi v0.3.9
2026-06-22T01:14:58.3488287Z    Compiling rand v0.10.1
2026-06-22T01:14:58.3664432Z    Compiling digest v0.10.7
2026-06-22T01:14:58.4830264Z    Compiling num-traits v0.2.19
2026-06-22T01:14:58.5059105Z    Compiling windows-strings v0.5.1
2026-06-22T01:14:58.6175181Z    Compiling aws-lc-sys v0.41.0
2026-06-22T01:14:58.7736436Z    Compiling ring v0.17.14
2026-06-22T01:14:58.7855369Z    Compiling windows-result v0.4.1
2026-06-22T01:14:58.8570703Z    Compiling heck v0.5.0
2026-06-22T01:14:58.9095472Z    Compiling rustls v0.23.40
2026-06-22T01:14:58.9418213Z    Compiling convert_case v0.10.0
2026-06-22T01:14:58.9500622Z    Compiling anyhow v1.0.102
2026-06-22T01:14:58.9501040Z    Compiling const-oid v0.10.2
2026-06-22T01:14:58.9722831Z    Compiling unicode-xid v0.2.6
2026-06-22T01:14:59.1254398Z    Compiling atomic-waker v1.1.2
2026-06-22T01:14:59.1255085Z    Compiling zerocopy v0.8.50
2026-06-22T01:14:59.2329051Z    Compiling httparse v1.10.1
2026-06-22T01:14:59.2650667Z    Compiling parking_lot_core v0.9.12
2026-06-22T01:14:59.2999989Z    Compiling http-body v1.0.1
2026-06-22T01:14:59.3036398Z    Compiling hybrid-array v0.4.12
2026-06-22T01:14:59.3053447Z    Compiling curve25519-dalek v4.1.3
2026-06-22T01:14:59.3849724Z    Compiling ahash v0.8.12
2026-06-22T01:14:59.5117092Z    Compiling base64ct v1.8.3
2026-06-22T01:14:59.6315129Z    Compiling fastrand v2.4.1
2026-06-22T01:14:59.6913364Z    Compiling either v1.16.0
2026-06-22T01:14:59.6949887Z    Compiling powerfmt v0.2.0
2026-06-22T01:14:59.8039622Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T01:14:59.9324479Z    Compiling deranged v0.5.8
2026-06-22T01:14:59.9702190Z    Compiling rand_core v0.6.4
2026-06-22T01:15:00.0265736Z    Compiling pkg-config v0.3.33
2026-06-22T01:15:00.0412440Z    Compiling try-lock v0.2.5
2026-06-22T01:15:00.0986142Z    Compiling tower-service v0.3.3
2026-06-22T01:15:00.2077934Z    Compiling vcpkg v0.2.15
2026-06-22T01:15:00.2164787Z    Compiling tinyvec_macros v0.1.1
2026-06-22T01:15:00.2311904Z    Compiling num-conv v0.2.2
2026-06-22T01:15:00.2563540Z    Compiling data-encoding v2.11.0
2026-06-22T01:15:00.3005961Z    Compiling zmij v1.0.21
2026-06-22T01:15:00.3095283Z    Compiling base64 v0.22.1
2026-06-22T01:15:00.4944757Z    Compiling time-core v0.1.8
2026-06-22T01:15:00.5150980Z    Compiling want v0.3.1
2026-06-22T01:15:00.6451793Z    Compiling tinyvec v1.11.0
2026-06-22T01:15:00.7110600Z    Compiling synstructure v0.13.2
2026-06-22T01:15:00.7561743Z    Compiling darling_core v0.20.11
2026-06-22T01:15:00.7562939Z    Compiling parking_lot v0.12.5
2026-06-22T01:15:00.9997839Z    Compiling crypto-common v0.2.2
2026-06-22T01:15:01.0505496Z    Compiling block-buffer v0.12.0
2026-06-22T01:15:01.0544562Z    Compiling sha2 v0.10.9
2026-06-22T01:15:01.0715818Z    Compiling vergen-lib v9.1.0
2026-06-22T01:15:01.1282338Z    Compiling inout v0.1.4
2026-06-22T01:15:01.2191032Z    Compiling n0-future v0.3.2
2026-06-22T01:15:01.2722363Z    Compiling httpdate v1.0.3
2026-06-22T01:15:01.3848506Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-22T01:15:01.3852511Z    Compiling cordyceps v0.3.4
2026-06-22T01:15:01.4788642Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T01:15:01.5638839Z    Compiling serde_json v1.0.150
2026-06-22T01:15:01.5694492Z    Compiling diatomic-waker v0.2.3
2026-06-22T01:15:01.5813248Z    Compiling winnow v1.0.3
2026-06-22T01:15:01.5813806Z    Compiling parking v2.2.1
2026-06-22T01:15:01.6148037Z    Compiling signature v2.2.0
2026-06-22T01:15:01.6293525Z    Compiling spin v0.10.0
2026-06-22T01:15:01.7179016Z    Compiling crossbeam-utils v0.8.21
2026-06-22T01:15:01.7602145Z    Compiling futures-buffered v0.2.13
2026-06-22T01:15:01.7804576Z    Compiling digest v0.11.3
2026-06-22T01:15:01.7883310Z    Compiling ed25519 v2.2.3
2026-06-22T01:15:01.7901905Z    Compiling futures-lite v2.6.1
2026-06-22T01:15:01.9897232Z    Compiling cipher v0.4.4
2026-06-22T01:15:02.0408040Z    Compiling vergen v9.1.0
2026-06-22T01:15:02.0792792Z    Compiling vergen-lib v0.1.6
2026-06-22T01:15:02.1371699Z    Compiling universal-hash v0.5.1
2026-06-22T01:15:02.3039597Z    Compiling noq-udp v0.10.0
2026-06-22T01:15:02.3158458Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T01:15:02.3885680Z    Compiling heapless v0.7.17
2026-06-22T01:15:02.4569050Z    Compiling sync_wrapper v1.0.2
2026-06-22T01:15:02.4679101Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T01:15:02.5496385Z    Compiling byteorder v1.5.0
2026-06-22T01:15:02.5868699Z    Compiling allocator-api2 v0.2.21
2026-06-22T01:15:02.5911324Z    Compiling opaque-debug v0.3.1
2026-06-22T01:15:02.6996193Z    Compiling polyval v0.6.2
2026-06-22T01:15:02.7538847Z    Compiling hash32 v0.2.1
2026-06-22T01:15:02.8094023Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T01:15:02.9774176Z    Compiling spin v0.9.8
2026-06-22T01:15:03.1455514Z    Compiling vergen-gitcl v1.0.8
2026-06-22T01:15:03.1710161Z    Compiling socket2 v0.6.4
2026-06-22T01:15:03.2283662Z    Compiling mio v1.2.1
2026-06-22T01:15:03.4685982Z    Compiling windows-threading v0.2.1
2026-06-22T01:15:03.4912491Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T01:15:03.4913711Z    Compiling serde_derive v1.0.228
2026-06-22T01:15:03.5356885Z    Compiling zeroize_derive v1.4.3
2026-06-22T01:15:03.7032490Z    Compiling zerofrom-derive v0.1.7
2026-06-22T01:15:03.7392949Z    Compiling yoke-derive v0.8.2
2026-06-22T01:15:03.7778331Z    Compiling tokio-macros v2.7.0
2026-06-22T01:15:03.9915651Z    Compiling futures-macro v0.3.32
2026-06-22T01:15:04.0084027Z    Compiling zerovec-derive v0.11.3
2026-06-22T01:15:04.0734053Z    Compiling displaydoc v0.2.6
2026-06-22T01:15:04.1264567Z    Compiling tracing-attributes v0.1.31
2026-06-22T01:15:04.2561071Z    Compiling thiserror-impl v2.0.18
2026-06-22T01:15:04.3268779Z    Compiling zeroize v1.8.2
2026-06-22T01:15:04.4387056Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T01:15:04.6272384Z    Compiling rustls-pki-types v1.14.1
2026-06-22T01:15:04.6372711Z    Compiling tokio v1.52.3
2026-06-22T01:15:04.6698818Z    Compiling darling_macro v0.20.11
2026-06-22T01:15:04.9894528Z    Compiling futures-util v0.3.32
2026-06-22T01:15:05.0092446Z    Compiling derive_more-impl v2.1.1
2026-06-22T01:15:05.1260803Z    Compiling spez v0.1.2
2026-06-22T01:15:05.1968789Z    Compiling n0-error-macros v0.1.3
2026-06-22T01:15:05.2195965Z    Compiling darling v0.20.11
2026-06-22T01:15:05.2437886Z    Compiling windows-interface v0.59.3
2026-06-22T01:15:05.4312441Z    Compiling zerofrom v0.1.8
2026-06-22T01:15:05.4813070Z    Compiling windows-implement v0.60.2
2026-06-22T01:15:05.6208794Z    Compiling derive_builder_core v0.20.2
2026-06-22T01:15:05.6468196Z    Compiling der v0.8.0-rc.10
2026-06-22T01:15:05.7015195Z    Compiling pin-project-internal v1.1.13
2026-06-22T01:15:05.8405701Z    Compiling yoke v0.8.3
2026-06-22T01:15:06.2110951Z    Compiling zerovec v0.11.6
2026-06-22T01:15:06.2335644Z    Compiling zerotrie v0.2.4
2026-06-22T01:15:06.2382428Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T01:15:06.3297030Z    Compiling windows-core v0.62.2
2026-06-22T01:15:06.3378401Z    Compiling n0-error v0.1.3
2026-06-22T01:15:06.7032457Z    Compiling ed25519-dalek v2.2.0
2026-06-22T01:15:06.7816431Z    Compiling spki v0.8.0-rc.4
2026-06-22T01:15:06.8500149Z    Compiling tinystr v0.8.3
2026-06-22T01:15:06.9333079Z    Compiling potential_utf v0.1.5
2026-06-22T01:15:06.9682428Z    Compiling derive_builder_macro v0.20.2
2026-06-22T01:15:07.0290239Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T01:15:07.0838926Z    Compiling icu_locale_core v2.2.0
2026-06-22T01:15:07.0912470Z    Compiling icu_collections v2.2.0
2026-06-22T01:15:07.1237524Z    Compiling pin-project v1.1.13
2026-06-22T01:15:07.1239172Z    Compiling signature v3.0.0
2026-06-22T01:15:07.2038465Z    Compiling tower-layer v0.3.3
2026-06-22T01:15:07.2401689Z    Compiling fallible-iterator v0.3.0
2026-06-22T01:15:07.2797508Z    Compiling ryu v1.0.23
2026-06-22T01:15:07.3700564Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T01:15:07.4055870Z    Compiling windows-collections v0.3.2
2026-06-22T01:15:07.4115275Z    Compiling windows-future v0.3.2
2026-06-22T01:15:07.4606091Z    Compiling derive_builder v0.20.2
2026-06-22T01:15:07.4879909Z    Compiling windows-numerics v0.3.1
2026-06-22T01:15:07.5710737Z    Compiling proc-macro-crate v3.5.0
2026-06-22T01:15:07.6583433Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-22T01:15:07.7662934Z    Compiling cobs v0.3.0
2026-06-22T01:15:07.9167052Z    Compiling postcard-derive v0.2.2
2026-06-22T01:15:07.9244535Z    Compiling windows-targets v0.52.6
2026-06-22T01:15:07.9743904Z    Compiling futures-executor v0.3.32
2026-06-22T01:15:08.0110980Z    Compiling ghash v0.5.1
2026-06-22T01:15:08.0115034Z    Compiling ctr v0.9.2
2026-06-22T01:15:08.0231508Z    Compiling aes v0.8.4
2026-06-22T01:15:08.1110077Z    Compiling icu_provider v2.2.0
2026-06-22T01:15:08.1241999Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T01:15:08.1562800Z    Compiling futures v0.3.32
2026-06-22T01:15:08.2654664Z    Compiling ipnet v2.12.0
2026-06-22T01:15:08.3024243Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T01:15:08.3703921Z    Compiling fs2 v0.4.3
2026-06-22T01:15:08.4365975Z    Compiling icu_normalizer v2.2.0
2026-06-22T01:15:08.6352778Z    Compiling icu_properties v2.2.0
2026-06-22T01:15:08.6804371Z    Compiling prefix-trie v0.8.4
2026-06-22T01:15:08.7057125Z    Compiling time v0.3.47
2026-06-22T01:15:08.8065331Z    Compiling once_cell v1.21.4
2026-06-22T01:15:08.8695456Z    Compiling http-body-util v0.1.3
2026-06-22T01:15:08.9268015Z    Compiling aead v0.5.2
2026-06-22T01:15:08.9408226Z    Compiling ipconfig v0.3.4
2026-06-22T01:15:09.0047681Z    Compiling tracing-core v0.1.36
2026-06-22T01:15:09.1174933Z    Compiling widestring v1.2.1
2026-06-22T01:15:09.2789966Z    Compiling tokio-util v0.7.18
2026-06-22T01:15:09.2874163Z    Compiling hashbrown v0.14.5
2026-06-22T01:15:09.3995083Z    Compiling tower v0.5.3
2026-06-22T01:15:09.4202909Z    Compiling aes-gcm v0.10.3
2026-06-22T01:15:09.4273938Z    Compiling postcard v1.1.3
2026-06-22T01:15:09.4635120Z    Compiling num_enum_derive v0.7.6
2026-06-22T01:15:09.5270372Z    Compiling tracing v0.1.44
2026-06-22T01:15:09.6046749Z    Compiling derive_more v2.1.1
2026-06-22T01:15:09.6427518Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T01:15:10.0018477Z    Compiling idna_adapter v1.2.2
2026-06-22T01:15:10.0025326Z    Compiling hashlink v0.9.1
2026-06-22T01:15:10.0399704Z    Compiling chrono v0.4.45
2026-06-22T01:15:10.0410395Z    Compiling windows v0.62.2
2026-06-22T01:15:10.0470665Z    Compiling windows-sys v0.59.0
2026-06-22T01:15:10.0617491Z    Compiling data-encoding-macro v0.1.20
2026-06-22T01:15:10.1318838Z    Compiling idna v1.1.0
2026-06-22T01:15:10.1895289Z    Compiling h2 v0.4.14
2026-06-22T01:15:10.3778618Z    Compiling rusqlite v0.32.1
2026-06-22T01:15:10.4515389Z    Compiling url v2.5.8
2026-06-22T01:15:10.5631734Z    Compiling crossbeam-channel v0.5.15
2026-06-22T01:15:10.6312944Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T01:15:10.7388813Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T01:15:10.8611750Z    Compiling async-trait v0.1.89
2026-06-22T01:15:11.0192064Z    Compiling strum_macros v0.28.0
2026-06-22T01:15:11.0559813Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T01:15:11.1443427Z    Compiling enum-assoc v1.3.0
2026-06-22T01:15:11.3057170Z    Compiling windows-registry v0.6.1
2026-06-22T01:15:11.3104979Z    Compiling blake3 v1.8.5
2026-06-22T01:15:11.3604393Z    Compiling uuid v1.23.2
2026-06-22T01:15:11.3878489Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-22T01:15:11.7074723Z    Compiling memoffset v0.6.5
2026-06-22T01:15:11.8381991Z    Compiling netwatch v0.16.0
2026-06-22T01:15:11.8766665Z    Compiling noq v0.18.0
2026-06-22T01:15:11.8909664Z    Compiling acto v0.8.2
2026-06-22T01:15:11.9117515Z    Compiling tagptr v0.2.0
2026-06-22T01:15:12.0836722Z    Compiling mac-addr v0.3.0
2026-06-22T01:15:12.1309268Z    Compiling lru-slab v0.1.2
2026-06-22T01:15:12.1321909Z    Compiling ref-cast v1.0.25
2026-06-22T01:15:12.1339573Z    Compiling identity-hash v0.1.0
2026-06-22T01:15:12.1593292Z    Compiling rustc-hash v2.1.2
2026-06-22T01:15:12.1909890Z    Compiling xml-rs v0.8.28
2026-06-22T01:15:12.2280763Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T01:15:12.2896054Z    Compiling foldhash v0.2.0
2026-06-22T01:15:12.2901080Z    Compiling thiserror v1.0.69
2026-06-22T01:15:12.3379305Z    Compiling netdev v0.42.0
2026-06-22T01:15:12.4427794Z    Compiling hashbrown v0.16.1
2026-06-22T01:15:12.4669522Z    Compiling moka v0.12.15
2026-06-22T01:15:12.6286409Z    Compiling iroh-metrics v0.38.3
2026-06-22T01:15:12.7445071Z    Compiling iroh-relay v0.98.0
2026-06-22T01:15:12.8462142Z    Compiling xmltree v0.10.3
2026-06-22T01:15:13.0684546Z    Compiling tower-http v0.6.11
2026-06-22T01:15:13.1077628Z    Compiling attohttpc v0.30.1
2026-06-22T01:15:13.1328694Z    Compiling iroh-base v0.98.0
2026-06-22T01:15:13.1621864Z    Compiling num_enum v0.7.6
2026-06-22T01:15:13.2809005Z    Compiling n0-watcher v0.6.1
2026-06-22T01:15:13.3995406Z    Compiling tokio-stream v0.1.18
2026-06-22T01:15:13.4914570Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-22T01:15:13.5183799Z    Compiling serde_spanned v0.6.9
2026-06-22T01:15:13.5494507Z    Compiling strum v0.28.0
2026-06-22T01:15:13.5921770Z    Compiling toml_datetime v0.6.11
2026-06-22T01:15:13.6584351Z    Compiling ref-cast-impl v1.0.25
2026-06-22T01:15:13.7080233Z    Compiling thiserror-impl v1.0.69
2026-06-22T01:15:13.9483604Z    Compiling serde_derive_internals v0.29.1
2026-06-22T01:15:13.9640030Z    Compiling simple-dns v0.9.3
2026-06-22T01:15:13.9872282Z    Compiling serial-core v0.4.0
2026-06-22T01:15:14.0186276Z    Compiling aho-corasick v1.1.4
2026-06-22T01:15:14.0442120Z    Compiling winnow v0.7.15
2026-06-22T01:15:14.4086621Z    Compiling hyper v1.10.1
2026-06-22T01:15:14.4304234Z    Compiling arrayref v0.3.9
2026-06-22T01:15:14.5533467Z    Compiling simdutf8 v0.1.5
2026-06-22T01:15:14.5536625Z    Compiling toml_write v0.1.2
2026-06-22T01:15:14.5880897Z    Compiling winreg v0.10.1
2026-06-22T01:15:14.7780970Z    Compiling constant_time_eq v0.4.2
2026-06-22T01:15:14.8508222Z    Compiling arrayvec v0.7.6
2026-06-22T01:15:14.8828228Z    Compiling resolv-conf v0.7.6
2026-06-22T01:15:14.9526316Z    Compiling smol_str v0.1.24
2026-06-22T01:15:14.9816994Z    Compiling sha1_smol v1.0.1
2026-06-22T01:15:15.1018735Z    Compiling regex-syntax v0.8.10
2026-06-22T01:15:15.2874174Z    Compiling schemars_derive v1.2.1
2026-06-22T01:15:15.3892058Z    Compiling iroh-dns v0.98.0
2026-06-22T01:15:15.5213212Z    Compiling serial-windows v0.4.0
2026-06-22T01:15:15.7459114Z    Compiling lru v0.16.4
2026-06-22T01:15:15.9414592Z    Compiling hyper-util v0.1.20
2026-06-22T01:15:15.9459644Z    Compiling webpki-roots v1.0.7
2026-06-22T01:15:15.9540563Z    Compiling seize v0.5.1
2026-06-22T01:15:15.9977090Z    Compiling darling_core v0.23.0
2026-06-22T01:15:16.0867013Z    Compiling toml_edit v0.22.27
2026-06-22T01:15:16.1341633Z    Compiling hmac v0.12.1
2026-06-22T01:15:16.3388079Z    Compiling serde_bytes v0.11.19
2026-06-22T01:15:16.4522376Z    Compiling iroh v0.98.2
2026-06-22T01:15:16.5076491Z    Compiling utf8parse v0.2.2
2026-06-22T01:15:16.5217741Z    Compiling pin-utils v0.1.0
2026-06-22T01:15:16.6259955Z    Compiling bitflags v1.3.2
2026-06-22T01:15:16.6327033Z    Compiling anstyle v1.0.14
2026-06-22T01:15:16.6418102Z    Compiling dyn-clone v1.0.20
2026-06-22T01:15:16.7553440Z    Compiling cmov v0.5.4
2026-06-22T01:15:16.8240961Z    Compiling once_cell_polyfill v1.70.2
2026-06-22T01:15:16.8438716Z    Compiling lazy_static v1.5.0
2026-06-22T01:15:16.8991695Z    Compiling nix v0.25.1
2026-06-22T01:15:16.9001918Z    Compiling anstyle-parse v1.0.0
2026-06-22T01:15:16.9619840Z    Compiling ctutils v0.4.2
2026-06-22T01:15:16.9622004Z    Compiling shared_library v0.1.9
2026-06-22T01:15:17.0057363Z    Compiling anstyle-wincon v3.0.11
2026-06-22T01:15:17.0057986Z    Compiling hkdf v0.12.4
2026-06-22T01:15:17.0706772Z    Compiling regex-automata v0.4.14
2026-06-22T01:15:17.1214353Z    Compiling papaya v0.2.4
2026-06-22T01:15:17.1702819Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T01:15:17.2043067Z    Compiling serial v0.4.0
2026-06-22T01:15:17.2944967Z    Compiling filedescriptor v0.8.3
2026-06-22T01:15:17.4247120Z    Compiling backon v1.6.0
2026-06-22T01:15:17.4252865Z    Compiling schemars v1.2.1
2026-06-22T01:15:17.4253620Z    Compiling anstyle-query v1.1.5
2026-06-22T01:15:18.0517242Z    Compiling igd-next v0.17.1
2026-06-22T01:15:18.0603066Z    Compiling downcast-rs v1.2.1
2026-06-22T01:15:18.0727432Z    Compiling shell-words v1.1.1
2026-06-22T01:15:18.1653264Z    Compiling paste v1.0.15
2026-06-22T01:15:18.1793301Z    Compiling colorchoice v1.0.5
2026-06-22T01:15:18.1819594Z    Compiling instability v0.3.12
2026-06-22T01:15:18.3212861Z    Compiling foldhash v0.1.5
2026-06-22T01:15:18.3213678Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T01:15:18.3332820Z    Compiling portable-pty v0.8.1
2026-06-22T01:15:18.4456202Z    Compiling toml v0.8.23
2026-06-22T01:15:18.5210183Z    Compiling hashbrown v0.15.5
2026-06-22T01:15:18.5540484Z    Compiling anstream v1.0.0
2026-06-22T01:15:18.6390589Z    Compiling spake2 v0.4.0
2026-06-22T01:15:18.9722034Z    Compiling regex v1.12.3
2026-06-22T01:15:19.0600713Z    Compiling strum_macros v0.26.4
2026-06-22T01:15:19.0755708Z    Compiling terminal_size v0.4.4
2026-06-22T01:15:19.1719741Z    Compiling crossterm_winapi v0.9.1
2026-06-22T01:15:19.2390425Z    Compiling itertools v0.13.0
2026-06-22T01:15:19.5099034Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-22T01:15:19.7067400Z    Compiling wmi v0.18.4
2026-06-22T01:15:19.8238171Z    Compiling sha1 v0.10.6
2026-06-22T01:15:19.8671924Z    Compiling castaway v0.2.4
2026-06-22T01:15:19.8843513Z    Compiling static_assertions v1.1.0
2026-06-22T01:15:19.9910523Z    Compiling clap_lex v1.1.0
2026-06-22T01:15:19.9971809Z    Compiling unicode-width v0.1.14
2026-06-22T01:15:20.0946087Z    Compiling darling_macro v0.23.0
2026-06-22T01:15:20.1240958Z    Compiling indoc v2.0.7
2026-06-22T01:15:20.3623047Z    Compiling doctest-file v1.1.1
2026-06-22T01:15:20.3831583Z    Compiling recvmsg v1.0.0
2026-06-22T01:15:20.6768680Z    Compiling darling v0.23.0
2026-06-22T01:15:20.6886446Z    Compiling clap_builder v4.6.0
2026-06-22T01:15:20.7729601Z    Compiling compact_str v0.8.2
2026-06-22T01:15:20.9113042Z    Compiling interprocess v2.4.2
2026-06-22T01:15:20.9480053Z    Compiling unicode-truncate v1.1.0
2026-06-22T01:15:21.1468347Z    Compiling crossterm v0.28.1
2026-06-22T01:15:21.4581750Z    Compiling portmapper v0.16.0
2026-06-22T01:15:21.6485171Z    Compiling strum v0.26.3
2026-06-22T01:15:21.7738846Z    Compiling lru v0.12.5
2026-06-22T01:15:21.8193628Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-22T01:15:21.9481910Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-22T01:15:22.1181655Z    Compiling clap_derive v4.6.1
2026-06-22T01:15:22.3874321Z    Compiling error-code v3.3.2
2026-06-22T01:15:22.5090040Z    Compiling unicode-width v0.2.0
2026-06-22T01:15:22.5512959Z    Compiling cassowary v0.3.0
2026-06-22T01:15:22.6244573Z    Compiling clipboard-win v5.4.1
2026-06-22T01:15:22.7050773Z    Compiling nucleo-matcher v0.3.1
2026-06-22T01:15:22.8303617Z    Compiling ratatui v0.29.0
2026-06-22T01:15:23.1260235Z    Compiling qrcode v0.14.1
2026-06-22T01:15:23.1302405Z    Compiling tempfile v3.27.0
2026-06-22T01:15:24.1651582Z    Compiling clap v4.6.1
2026-06-22T01:15:35.3940023Z    Compiling rustls-webpki v0.103.13
2026-06-22T01:15:37.6947265Z    Compiling tokio-rustls v0.26.4
2026-06-22T01:15:37.6947578Z    Compiling noq-proto v0.17.0
2026-06-22T01:15:37.6947911Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T01:15:37.8356022Z    Compiling hyper-rustls v0.27.9
2026-06-22T01:15:37.8356386Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T01:15:37.8356667Z    Compiling tokio-websockets v0.13.2
2026-06-22T01:15:38.3830827Z    Compiling reqwest v0.13.4
2026-06-22T01:15:39.2986168Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T01:15:56.0620709Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-22T01:15:57.4867735Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-22T01:16:06.2575650Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-22T01:16:14.7558957Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
2026-06-22T01:16:14.7771372Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-22T01:16:14.8374348Z 
2026-06-22T01:16:14.8374728Z running 1 test
2026-06-22T01:16:22.7394525Z test new_brain_serves_against_old_broker ... ok
2026-06-22T01:16:22.7394810Z 
2026-06-22T01:16:22.7395061Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.90s
2026-06-22T01:16:22.7395342Z 
